Skip to main content

Delete Sheet

AutomatR.GoogleSheets.Activities.DeleteSheet

The "Delete Sheet" activity in AutomatR for Google Sheets allows the deletion of a specified sheet from a Google spreadsheet. This activity facilitates the removal of unwanted sheets, providing efficient management of spreadsheet content in automation workflows.

Properties

NameDescription
Miscellaneous
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Delete Sheet" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.

How to Use

  1. Drag and drop the "Delete Sheet" activity onto the workflow.
  2. Configure the properties by specifying the delay and customize the display name.
  3. Execute the workflow to delete the specified sheet from the Google spreadsheet.

Example

Consider an example where the "Delete Sheet" activity is used to delete a sheet named "UnusedSheet" from a Google spreadsheet:

Delete Sheet:
Display Name: "Remove Unused Sheet"
Delay: 2

In this example, the activity deletes the sheet named "UnusedSheet" after a delay of 2 seconds, allowing for proper synchronization.